/* SP Vertical Mega Menu — FS Inspire 11 (restored; original asset was a FASTPANEL stub) */
div.spverticalmenu {
  position: relative;
  z-index: 99;
}
div.spverticalmenu .navbar-default {
  background: transparent;
  border: none;
  margin: 0;
  min-height: 0;
  border-radius: 0;
}
div.spverticalmenu .navbar-header {
  float: none;
  margin: 0;
}
div.spverticalmenu .navbar-header:before,
div.spverticalmenu .navbar-header:after {
  content: "";
  display: table;
}
div.spverticalmenu .navbar-header:after {
  clear: both;
}
div.spverticalmenu .navbar-header .navbar-toggle {
  display: block;
  float: none;
  width: 100%;
  margin: 0;
  padding: 12px 18px;
  border-width: 1px;
  border-style: solid;
  border-radius: 0;
  background-color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
  text-transform: uppercase;
  cursor: pointer;
}
div.spverticalmenu .navbar-header .cat-title {
  display: none;
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

/* Desktop / tablet panel under "Alle Kategorien" */
div.spverticalmenu #sp-vermegamenu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  background: #fff;
  border: 1px solid #e5e5e5;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  z-index: 999;
  /* category pages: open on hover so it does not cover the sidebar */
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.15s ease, visibility 0.15s ease;
  transition: opacity 0.15s ease, visibility 0.15s ease;
}
div.spverticalmenu:hover #sp-vermegamenu,
div.spverticalmenu:focus-within #sp-vermegamenu,
#index div.spverticalmenu #sp-vermegamenu {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
div.spverticalmenu #sp-vermegamenu #remove-vermegamenu {
  display: none;
}
div.spverticalmenu #sp-vermegamenu > .cat-title {
  display: none;
}
div.spverticalmenu #sp-vermegamenu .sp-verticalmenu-container {
  margin: 0;
  padding: 0;
}
div.spverticalmenu #sp-vermegamenu .navbar-nav {
  float: none;
  width: 100%;
  margin: 0;
  display: block;
}
div.spverticalmenu #sp-vermegamenu .navbar-nav > li {
  float: none;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #f0f0f0;
  position: relative;
}
div.spverticalmenu #sp-vermegamenu .navbar-nav > li:last-child {
  border-bottom: none;
}
div.spverticalmenu #sp-vermegamenu .navbar-nav > li > a {
  display: block;
  padding: 10px 15px;
  color: #333;
  font-size: 13px;
  font-weight: 400;
  line-height: 22px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
div.spverticalmenu #sp-vermegamenu .navbar-nav > li > a i,
div.spverticalmenu #sp-vermegamenu .navbar-nav > li > a .icon-v1 {
  margin-right: 8px;
  width: 16px;
  display: inline-block;
  text-align: center;
}
div.spverticalmenu #sp-vermegamenu .navbar-nav > li:hover > a,
div.spverticalmenu #sp-vermegamenu .navbar-nav > li.active > a {
  color: #fff;
}
div.spverticalmenu #sp-vermegamenu .navbar-nav .more-wrap {
  display: block;
  padding: 10px 15px;
  cursor: pointer;
  font-weight: 600;
  font-size: 13px;
}
div.spverticalmenu #sp-vermegamenu .navbar-nav .more-wrap:after {
  content: "\f107";
  font-family: "FontAwesome";
  float: right;
}
div.spverticalmenu #sp-vermegamenu .navbar-nav .more-wrap.open:after {
  content: "\f106";
}
div.spverticalmenu #sp-vermegamenu .navbar-nav > li span.grower {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 100%;
  text-align: center;
  line-height: 42px;
  cursor: pointer;
  color: #fff;
}
div.spverticalmenu #sp-vermegamenu .navbar-nav > li span.grower.close:before {
  content: "\f067";
  font-family: "FontAwesome";
  font-size: 10px;
}
div.spverticalmenu #sp-vermegamenu .navbar-nav > li span.grower.open:before {
  content: "\f068";
  font-family: "FontAwesome";
  font-size: 10px;
}
div.spverticalmenu #sp-vermegamenu .navbar-nav > li .dropdown-menu {
  position: absolute;
  top: 0;
  left: 100%;
  margin: 0;
  padding: 10px 15px;
  min-width: 220px;
  border: 1px solid #e5e5e5;
  border-radius: 0;
  background: #fff;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.08);
  display: none;
  z-index: 1000;
}
div.spverticalmenu #sp-vermegamenu .navbar-nav > li:hover > .dropdown-menu {
  display: block;
}
div.spverticalmenu .sp-vermegamenu .menu > li.css_type .dropdown-menu > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
div.spverticalmenu .sp-vermegamenu .menu > li.css_type .dropdown-menu > ul > li > a {
  display: block;
  padding: 6px 0;
  color: #333;
  font-size: 13px;
}

/* Mobile / narrow: off-canvas drawer */
@media (max-width: 991px) {
  div.spverticalmenu .navbar-header .navbar-toggle {
    display: block;
  }
  div.spverticalmenu #sp-vermegamenu {
    position: fixed;
    top: 0;
    left: 0;
    width: 280px;
    max-width: 85%;
    height: 100%;
    margin: 0;
    padding: 50px 0 20px;
    border: none;
    box-shadow: none;
    background: #333;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 10000;
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
  }
  div.spverticalmenu:hover #sp-vermegamenu,
  div.spverticalmenu:focus-within #sp-vermegamenu {
    /* hover must not open drawer on mobile — only .sp-vermegamenu-active */
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  div.spverticalmenu #sp-vermegamenu.sp-vermegamenu-active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    box-shadow: 2px 0 12px rgba(0, 0, 0, 0.35);
  }
  div.spverticalmenu #sp-vermegamenu #remove-vermegamenu {
    display: block;
    position: absolute;
    top: 12px;
    right: 12px;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    z-index: 2;
  }
  div.spverticalmenu #sp-vermegamenu > .cat-title {
    display: block;
    margin: 0 0 10px;
    padding: 0 20px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 40px;
    text-transform: uppercase;
    position: relative;
  }
  div.spverticalmenu #sp-vermegamenu > .cat-title .icon {
    display: none;
  }
  div.spverticalmenu #sp-vermegamenu .navbar-nav > li {
    border-bottom: 1px solid #444;
  }
  div.spverticalmenu #sp-vermegamenu .navbar-nav > li > a {
    color: #fff;
    padding: 12px 20px;
  }
  div.spverticalmenu #sp-vermegamenu .navbar-nav > li:hover > a,
  div.spverticalmenu #sp-vermegamenu .navbar-nav > li.active > a {
    background: #222;
    color: #fff;
  }
  div.spverticalmenu #sp-vermegamenu .navbar-nav > li span.grower {
    display: inline-block;
    background: #000;
  }
  div.spverticalmenu #sp-vermegamenu .navbar-nav > li .dropdown-menu {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    min-width: 0;
    display: none;
    background: #222;
    border: none;
    box-shadow: none;
    padding: 5px 15px 10px 30px;
  }
  div.spverticalmenu #sp-vermegamenu .navbar-nav > li:hover > .dropdown-menu {
    display: none;
  }
  div.spverticalmenu #sp-vermegamenu .navbar-nav .more-wrap {
    color: #fff;
  }
}

@media (min-width: 992px) {
  div.spverticalmenu #sp-vermegamenu.sp-vermegamenu-active {
    /* desktop ignores mobile active state */
  }
}
